realloc

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void* realloc(void* ptr, size_t size, string file, size_t line)
  2. void* realloc(void* ptr, size_t size)
    version(!CustomRuntime)
    extern (C) @nogc extern nothrow
    void*
    realloc
    (
    void* ptr
    ,
    size_t size
    )

Meta